SftTree/NET 2.0

ColumnsClass Class

Softel vdm, Inc.

  ColumnsClass Class (Softelvdm.SftTreeNET Namespace)

An instance of the ColumnsClass class describes attributes that apply to all columns in a SftTree/NET control.

There is only one instance of the ColumnsClass class for one SftTree/NET control. It is accessed using the control's Columns property.

An individual column can be accessed through the control's Columns.Item property.

VB   

Public Class ColumnsClass Inherits Object

C#   

public class ColumnsClass : Object

C++   

public ref class ColumnsClass : public Object


Public

Constructors

Properties

Fields

Methods

Events

Protected

Constructors

Properties

Fields

Methods

 


Public Constructors

Description

none

This class cannot be instantiated.

   

Public Properties

Description

public propertyCollection

Returns the column collection.

public propertyCount

Defines the number of columns.

public propertyFirst

Returns the first column in the column collection.

public propertyFirstDisplayed

Returns the first displayed column.

public propertyFirstDisplayedAndVisible

Returns the first displayed column.

public propertyFirstDisplayedAndVisibleIndex

Returns the index of the first displayed column.

public propertyFirstDisplayedIndex

Returns the index of the first displayed column.

public propertyFirstIndex

Returns the index of the first column in the column collection.

public propertyItem

Defines the column at the specified index.

public propertyLast

Returns the last column in the column collection.

public propertyLastDisplayed

Returns the last displayed column.

public propertyLastDisplayedAndVisible

Returns the last displayed column.

public propertyLastDisplayedAndVisibleIndex

Returns the index of the last displayed column.

public propertyLastDisplayedIndex

Returns the index of the last displayed column.

public propertyLastIndex

Returns the index of the last column in the column collection.

public propertyLastOpenended

Defines whether the last column is open-ended.

public propertyResizable

Defines whether resizable columns can be resized in the item area.

  

Public Methods

Description

public methodAdd

Adds a new column.

public methodEqualsinherited from System.Object

Determines whether the specified Object is equal to the current Object.

public methodGetHashCodeinherited from System.Object

Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.

public methodGetTypeinherited from System.Object

Gets the Type of the current instance.

public methodIndexToPosition

Translates a real column index into the column display position.

public methodMakeOptimal

Sets the optimal column width of all columns so that the cell contents of all cells can be displayed without being clipped horizontally.

public methodPositionToIndex

Translates a column display position into the real column index.

public methodstatic / sharedReferenceEqualsinherited from System.Object

Determines whether the specified Object instances are the same instance.

public methodRemoveAt

Removes the specified column.

public methodToStringinherited from System.Object

Returns a String that represents the current Object.

  

Protected Methods

Description

protected methodFinalizeinherited from System.Object

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

protected methodMemberwiseCloneinherited from System.Object

Creates a shallow copy of the current Object.

  

See Also     Softelvdm.SftTreeNET Namespace


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com